Q3Point_GetPosition
You can use theQ3Point_GetPosition
function to get the position of a point.
TQ3Status Q3Point_GetPosition ( TQ3GeometryObject point, TQ3Point3D *position);
point
- A point.
position
- On exit, the position of the specified point.
DESCRIPTION
TheQ3Point_GetPosition
function returns, in theposition
parameter, the position of the point specified by thepoint
parameter.